home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 118 / cd-rom 118.iso / aplic / open / openofficeorg4.cab / test_doctest.py < prev    next >
Encoding:
Python Source  |  2005-02-15  |  79 b   |  4 lines

  1. import doctest
  2. from test import test_support
  3. test_support.run_doctest(doctest)
  4.